// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-02A TN_Widget.CreateTable([['Patti LaBelle','Louisville Palace','Louisville, KY','Friday','5/10/2024','7:00 PM','6215465','Patti-LaBelle-5-10-2024'],['City and Colour','Louisville Palace','Louisville, KY','Tuesday','5/14/2024','8:00 PM','6264171','City-and-Colour-5-14-2024'],['Jerry Seinfeld','Louisville Palace','Louisville, KY','Friday','5/17/2024','7:00 PM','6285757','Jerry-Seinfeld-5-17-2024'],['Jerry Seinfeld','Louisville Palace','Louisville, KY','Friday','5/17/2024','9:30 PM','6300772','Jerry-Seinfeld-5-17-2024'],['Gary Clark Jr.','Louisville Palace','Louisville, KY','Wednesday','5/22/2024','8:00 PM','6242059','Gary-Clark-Jr--5-22-2024'],['Chicago - The Band','Louisville Palace','Louisville, KY','Friday','5/24/2024','8:00 PM','6011971','Chicago---The-Band-5-24-2024'],['Dr. Jordan Peterson','Louisville Palace','Louisville, KY','Friday','5/31/2024','7:30 PM','6150340','Dr--Jordan-Peterson-5-31-2024'],['R&B Money Tour: Tank & Keri Hilson','Louisville Palace','Louisville, KY','Wednesday','6/5/2024','8:00 PM','6315061','R-B-Money-Tour--Tank---Keri-Hilson-6-5-2024'],['Daniel Tosh','Louisville Palace','Louisville, KY','Wednesday','6/12/2024','7:30 PM','6264310','Daniel-Tosh-6-12-2024'],['Josh Gates','Louisville Palace','Louisville, KY','Saturday','6/15/2024','8:00 PM','6290500','Josh-Gates-6-15-2024'],['Gregory Alan Isakov','Louisville Palace','Louisville, KY','Sunday','6/16/2024','7:30 PM','6262742','Gregory-Alan-Isakov-6-16-2024'],['1964 The Tribute','Louisville Palace','Louisville, KY','Friday','6/21/2024','8:00 PM','6243973','1964-The-Tribute-6-21-2024'],['Donny Osmond','Louisville Palace','Louisville, KY','Sunday','6/23/2024','7:00 PM','6304968','Donny-Osmond-6-23-2024'],['Night Ranger','Louisville Palace','Louisville, KY','Thursday','7/18/2024','8:00 PM','6379416','Night-Ranger-7-18-2024'],['Rumours Of Fleetwood Mac','Louisville Palace','Louisville, KY','Saturday','8/3/2024','8:00 PM','6402945','Rumours-Of-Fleetwood-Mac-8-3-2024'],['Iliza Shlesinger','Louisville Palace','Louisville, KY','Friday','9/6/2024','8:00 PM','6372777','Iliza-Shlesinger-9-6-2024'],['Spider-Man: Across The Spider-Verse Live In Concert','Louisville Palace','Louisville, KY','Thursday','9/12/2024','7:00 PM','6412800','Spider-Man--Across-The-Spider-Verse-Live-In-Concert-9-12-2024'],['Nutcracker! Magical Christmas Ballet','Louisville Palace','Louisville, KY','Tuesday','12/10/2024','7:00 PM','6357680','Nutcracker--Magical-Christmas-Ballet-12-10-2024'],['Je'Caryous Johnson's Super Freak: The Rick James Story','Louisville Palace','Louisville, KY','Wednesday','5/2/2074','7:30 PM','6253934','Je-Caryous-Johnson-s-Super-Freak--The-Rick-James-Story-5-2-2074']],'Louisville Palace','http://www.ticketnetwork.com/ticket/Louisville-Palace-events.aspx');